#!/bin/bash
if [ `echo $LANG` = "es_ES.UTF-8" ]; then
    /opt/xburniso/X-burn-iso-es "$@"
fi

if [ `echo $LANG` = "gl_ES.UTF-8" ]; then
    /opt/xburniso/X-burn-iso-gl "$@"
fi

